.top_menu_btn {
    display: none;
}
.index_swiepr, .index_logo_swiepr, .index_logo {
    display: none;
}
.footer .qrcode_list {
    float:right;
    text-align:center;
    display: flex;
    gap: 10px;
}
.footer .qrcode_list img {
    width: 80px;
}
.wap_list_banner {
    display: none;
}
.leader_sel dl dd span {
    display: none;
}
.wap_menu_infos {
    display: none;
}

/* 留言 */
.arc_info form {
    display: flex;
    flex-direction: column;
    gap: 20px
}
.arc_info form .form_item {
    display: flex;
    gap: 20px
}
.arc_info form .form_item div:first-child {
    flex: 0 0 15%;
    text-align: right;
}
.arc_info form .form_item div:last-child {
    flex: 0 0 85%;
}
.arc_info form .form_item textarea {
    width: 360px;
    height: 128px;
}
.arc_info form .form_item input[type='text'] {
    width: 200px;
}
.arc_info form .form_item input[name='captcha'] {
    width: 100px;
}
.wap_bottom {
    display: none;
}
.wap_menu_infos {
    display: none;
}
@media screen and (max-width: 1024px) {
    * {
        min-width: unset !important;
        width: 100% !important;
        height: unset !important;
        box-sizing: border-box;
    }
    /* body *:not(#dituContent):not(#dituContent *) {
        min-width: unset !important;
        width: 100% !important;
        height: unset !important;
        box-sizing: border-box;
    } */
    body > * {
        padding: 0 20px;
    }
    .header {
        background: unset;
        /* height: 55px !important; */
        box-shadow: 0 0 5px 0 #ccc;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 9999;
    }
    .header_block {
        height: 60px !important;
    }
    .top_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .top_box .logo {
        width: 220px !important;
        margin-top: 0;
    }
    .top_right, .top_tel {
        display: none;
    }
    .top_menu_btn {
        display: flex;
        width: auto !important;
        /* height: 35px !important; */
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 20px;
        gap: 20px;
    }
    .menu_box {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        background: #fff;
        z-index: 999;
    }
    .menu_box .menu_home {
        width: 100% !important;
    }
    .menu_box .hover .menu_item_son {
        display: none !important;
    }
    .menu_box .menu_item span a:hover, .menu_box .cur span a, .menu_box .hover span a {
        background: unset;
    }
    .menu_box .menu_line {
        background: unset;
        border-bottom: 1px solid #ccc;
    }
    .menu_box .menu_line:last-child {
        border-bottom: 0;
    }
    .wap_menu_infos.active {
        position: absolute;
        top: 60px;
        left: 0;
        background: #fff;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 10px;
    }
    .wap_menu_infos .top_tel {
        display: block;
        width: auto !important;
        margin-top: 0;
        border-right: 0;
    }
    .wap_menu_infos .top_search {
        width: 161px !important;
        margin: 0;
    }
    .wap_menu_infos .qrcode {
        display: flex;
        justify-content: center;
    }
    .wap_menu_infos .qrcode > div {
        flex: 0 0 100px;
    }
    .wap_menu_infos input {
        outline: 0;
        border: 1px solid #aaa;
        padding: 5px 10px;
    }
    .footer {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 40px;
        padding: 40px 0;
    }
    .footer > * {
        margin: 0 !important;
    }
    .footer .qrcode_list {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .footer .qrcode_list > div {
        flex: 0 0 25%;
    }

    #newBridge {
        display: none !important;
    }

    .banner {
        display: none;
    }
    .index_swiepr, .index_logo_swiepr_ {
        display: block;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 35px !important;
        height: 35px !important;
        background-size: cover;
    }
    .swiper-button-prev::after, .swiper-button-next::after {
        display: none;
    }
    .swiper-button-prev {
        background-image: url(/templates/default/images/banner_prev.png);
    }
    .swiper-button-next {
        background-image: url(/templates/default/images/banner_next.png);
    }

    .wap_list_banner {
        display: block;
        padding: 0;
    }

    .footer .copyright {
        height: 70px !important;
        white-space: pre-line;
    }

    .wap_bottom_block {
        height: 60px !important;
    }
    .wap_bottom {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 60px !important;
        background: #333;
        z-index: 999;
        padding: 0;
    }
    .wap_bottom .list {
        display: flex;
        height: 100% !important;
    }
    .wap_bottom .list > div {
        flex: 1;
    }
    .wap_bottom .list > div a {
        color: #fff;
        text-align: center;
        height: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .wap_bottom .list > div a i {
        font-size: 22px;
    }

    /* 首页 */
    .index_service_list li {
        width: 33.333333% !important;
        height: 115px !important;
    }
    .index_service_list li a {
        height: 115px !important;
    }
    .index_about dl dd {
        margin-top: 10px;
    }
    .index_news_title {
        position: relative;
    }
    .index_news_title span {
        position: absolute;
        right: 0;
        width: 35px !important;
        height: 20px !important;
    }
    .index_yjzx {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .flink_img {
        display: none;
    }
    .index_logo {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }
    .flink_title {
        background: url(/templates/default/images/flink_ico.gif) no-repeat 70px 4px;
    }
    .flink ul {
        margin-top: 10px;
    }
    .flink ul li {
        width: auto !important;
    }

    /* 单页详情 */
    .arc_info img {
        max-width: 100%;
        width: auto !important;
    }
    .arc_info table {
        table-layout: fixed;
    }

    .left_line {
        height: 2px !important;
    }

    /* 领军人物 */
    .leader_box {
        padding: 0;
    }
    .leader_list {
        display: none;
    }
    .leader_sel_list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .leader_sel dl dd span {
        display: block;
        bottom: 0;
        top: unset;
        background: rgba(0,0,0,0.6);
        color: #fff;
        padding: 10px;
    }
    .leader_sel dl.cur dd span {
        border: 0;
    }

    /* 动态 */
    .arc_date_left {
        margin-left: 0;
    }

    /* 百度地图 */
    #dituContent {
        height: 250px !important;
        width: auto !important;
    }

    /* 留言 */
    .arc_info form .form_item div:first-child {
        flex: 0 0 25%;
    }
    .arc_info form .form_item div:last-child {
        flex: 0 0 75%;
    }
    .arc_info form .form_item input {
        width: auto !important;
    }
    .arc_info form .form_item textarea {
        width: auto !important;
        height: 128px !important;
    }
    .arc_info form .form_item input[name='captcha'] {
        width: 80px !important;
    }

    /* 网站地图 */
    .sitemap {
        margin-left: 0;
    }
}